Convert function definitions to standard C and some cleanups.
authorDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 Jul 2010 16:56:59 +0000 (09:56 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Mon, 12 Jul 2010 16:56:59 +0000 (09:56 -0700)
commita3c4ceeab83e9883bd36c6ab230ad4c5df1a1a6b
treeba2ae77d9fea2168e96a38b4225385130a10c513
parentd8c174ac678bbbbe2cfc409acb17cfa3cfced240
Convert function definitions to standard C and some cleanups.
* src/emacs.c (__do_global_ctors, __do_global_ctors_aux)
(__do_global_dtors, __main): Use void in definition.
(main): Remove code dealing with SET_EMACS_PRIORITY, unused.
Remove SYMS_MACHINE code, unused.  Remove SYMS_SYSTEM, inline
the only users from ...
* src/s/ms-w32.h (SYMS_SYSTEM): ... here and ...
* src/s/msdos.h (SYMS_SYSTEM): ... here.  Remove.
(HAVE_VOLATILE): Remove, unused.
src/ChangeLog
src/emacs.c
src/s/ms-w32.h
src/s/msdos.h